home *** CD-ROM | disk | FTP | other *** search
- on checkMainRollover
- global gLastRolledOn
- repeat with i = 1 to 12
- if rollOver(i + 5) = 1 then
- if gLastRolledOn = i then
- exit
- end if
- set the castNum of sprite 20 to the number of cast ("Roll" & string(i))
- set the locV of sprite 20 to 235
- updateStage()
- set gLastRolledOn to i
- exit
- end if
- end repeat
- set the locV of sprite 20 to 2000
- set gLastRolledOn to 0
- end
-